go/printer.commentInfo.comment (field)
11 uses
go/printer (current package)
printer.go#L49: comment *ast.CommentGroup // = printer.comments[cindex-1]; or nil
printer.go#L131: p.comment = c
printer.go#L160: for _, c := range p.comment.List {
printer.go#L740: list := p.comment.List
printer.go#L743: p.posFor(p.comment.Pos()).Column == 1 &&
printer.go#L744: p.posFor(p.comment.End()+1) == next {
printer.go#L750: if len(p.comment.List) > 0 && len(list) == 0 {
printer.go#L753: p.writeCommentPrefix(p.posFor(p.comment.Pos()), next, last, tok)
printer.go#L769: if len(p.comment.List) > 0 && changed {
printer.go#L770: last = p.comment.List[len(p.comment.List)-1]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)